C1.Silverlight.Schedule.5
BaseCollection<T> Class Members
Properties  Methods 

The following tables list the members exposed by BaseCollection<T>.

Public Constructors
 NameDescription
Public ConstructorBaseCollection<T> ConstructorInitializes a new instance of the BaseCollection<T> class.  
Top
Public Properties
 NameDescription
Public PropertyComparer (Inherited from System.Collections.ObjectModel.KeyedCollection<Guid,T>)
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<T>)
Public PropertyItemOverloaded. Gets the element with the specified key if any.  
Public PropertySuppressedDataChangingGets or set the System.Boolean value specifying whether change events should not be fired.  
Top
Public Methods
 NameDescription
Public MethodAddAdds a new custom object to the collection. If the item already exists in the collection, its index is returned.  
Public MethodAddRangeOverloaded. Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items.  
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodContainsOverloaded. Check if collection contains an item with specified index.  
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodRemoveOverloaded.  (Inherited from System.Collections.ObjectModel.KeyedCollection<Guid,T>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<T>)
Top
See Also

Reference

BaseCollection<T> Class
C1.C1Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.